home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / Software / CheetaChat / cchatful.exe / install.exe / 0 / RCDATA / TINSTALLFORM / TINSTALLFORM.txt
Encoding:
Text File  |  2000-06-27  |  1.1 KB  |  56 lines

  1. object InstallForm: TInstallForm
  2.   Left = 267
  3.   Top = 166
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 113
  7.   ClientWidth = 313
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poDefaultPosOnly
  13.   OnCloseQuery = FormCloseQuery
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object StatusLabel: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 297
  20.     Height = 16
  21.     AutoSize = False
  22.     ShowAccelChar = False
  23.   end
  24.   object FilenameLabel: TNewPathLabel
  25.     Left = 8
  26.     Top = 24
  27.     Width = 297
  28.     Height = 16
  29.   end
  30.   object ProgressGauge: TNewGauge
  31.     Left = 8
  32.     Top = 50
  33.     Width = 297
  34.     Height = 21
  35.     Font.Color = clBlack
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = [fsBold]
  39.     MinValue = 0
  40.     MaxValue = 100
  41.     ParentFont = False
  42.     Progress = 0
  43.   end
  44.   object CancelButton: TButton
  45.     Left = 120
  46.     Top = 81
  47.     Width = 73
  48.     Height = 23
  49.     Cancel = True
  50.     Caption = '*'
  51.     ModalResult = 2
  52.     TabOrder = 0
  53.     OnClick = CancelButtonClick
  54.   end
  55. end
  56.